summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 13:29:25 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 13:29:25 +1100
commitd96128d72b55071a706ae076a42d6d9150e40c86 (patch)
treeb8c4c9ad9b9cb1ed01ecfb5f86b3cf83a1f17ae6 /vcl/source/gdi
parentff65b6892198d40885b9bf0040329ad37fc79f76 (diff)
vcl: cosmetic, tabify print3.cxx
Change-Id: Iacef3026ef2ee907a4a3d8fbfe8a3d346fd6df05
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/print3.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx
index 4a1375f85f1d..781e290a6519 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;