summaryrefslogtreecommitdiff
path: root/sw/inc/pvprtdat.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-22 11:31:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-22 11:39:21 +0100
commit7cb3e55bf03c49608e2b54b5d90eddd423a0f891 (patch)
treeebf890a12be682f3f39dc4c7973b3288fad161f9 /sw/inc/pvprtdat.hxx
parent747ba6295d22c2e65be984cd750f240dc106482b (diff)
bool improvements
Change-Id: Ib65a1e987ad6511e90fd66a36c0105593a1df27c
Diffstat (limited to 'sw/inc/pvprtdat.hxx')
-rw-r--r--sw/inc/pvprtdat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pvprtdat.hxx b/sw/inc/pvprtdat.hxx
index 96ee15e7002b..8e4bd15d8c07 100644
--- a/sw/inc/pvprtdat.hxx
+++ b/sw/inc/pvprtdat.hxx
@@ -60,7 +60,7 @@ public:
sal_uInt8 GetCol() const { return nCol; }
void SetCol( sal_uInt8 n ) { nCol = n; }
- sal_Bool GetLandscape() const { return bLandscape; }
+ bool GetLandscape() const { return bLandscape; }
void SetLandscape( sal_Bool b ) { bLandscape = b; }
};