vcl/source/gdi/print3.cxx |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit d96128d72b55071a706ae076a42d6d9150e40c86
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Fri Jan 8 13:29:25 2016 +1100

    vcl: cosmetic, tabify print3.cxx
    
    Change-Id: Iacef3026ef2ee907a4a3d8fbfe8a3d346fd6df05

diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx
index 4a1375f..781e290 100644
--- a/vcl/source/gdi/print3.cxx
+++ b/vcl/source/gdi/print3.cxx
@@ -55,11 +55,11 @@ class ImplPageCache
         PrinterController::PageSize aSize;
     };
 
-    std::vector< CacheEntry >  maPages;
+    std::vector< CacheEntry >   maPages;
     std::vector< sal_Int32 >    maPageNumbers;
     std::vector< sal_Int32 >    maCacheRanking;
 
-    static const sal_Int32 nCacheSize = 6;
+    static const sal_Int32      nCacheSize = 6;
 
     void updateRanking( sal_Int32 nLastHit )
     {
@@ -138,18 +138,18 @@ public:
     typedef std::unordered_map< OUString, css::uno::Sequence< sal_Bool >, 
OUStringHash > ChoiceDisableMap;
 
     VclPtr< Printer >                                           mxPrinter;
-    css::uno::Sequence< css::beans::PropertyValue >                            
       maUIOptions;
-    std::vector< css::beans::PropertyValue >                                
maUIProperties;
+    css::uno::Sequence< css::beans::PropertyValue >             maUIOptions;
+    std::vector< css::beans::PropertyValue >                    maUIProperties;
     std::vector< bool >                                         
maUIPropertyEnabled;
     PropertyToIndexMap                                          
maPropertyToIndex;
     ControlDependencyMap                                        
maControlDependencies;
     ChoiceDisableMap                                            
maChoiceDisableMap;
-    bool                                                    mbFirstPage;
-    bool                                                    mbLastPage;
-    bool                                                    mbReversePageOrder;
-    bool                                                    
mbPapersizeFromSetup;
-    bool                                                    mbPrinterModified;
-    css::view::PrintableState                                        
meJobState;
+    bool                                                        mbFirstPage;
+    bool                                                        mbLastPage;
+    bool                                                        
mbReversePageOrder;
+    bool                                                        
mbPapersizeFromSetup;
+    bool                                                        
mbPrinterModified;
+    css::view::PrintableState                                   meJobState;
 
     vcl::PrinterController::MultiPageSetup                      maMultiPage;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to