summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/viewimp.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-10-16 16:31:35 +0200
committerJan Holesovsky <kendy@collabora.com>2013-10-16 16:57:22 +0200
commitd62b71bddedccb6ff29090f621cc0803565332ec (patch)
tree77b331a7d9af9e57b8fada783de408e5aded23fc /sw/source/core/inc/viewimp.hxx
parentdfa1afd0e8b7ae9c706c4a3171a04752e24230b0 (diff)
Prevw -> Preview.
Change-Id: I93cd8e27d5f16fe62a1434e3667fc7cc06c62e08
Diffstat (limited to 'sw/source/core/inc/viewimp.hxx')
-rw-r--r--sw/source/core/inc/viewimp.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/inc/viewimp.hxx b/sw/source/core/inc/viewimp.hxx
index bff6effe6609..87c39cc93ae4 100644
--- a/sw/source/core/inc/viewimp.hxx
+++ b/sw/source/core/inc/viewimp.hxx
@@ -47,7 +47,7 @@ class SdrObject;
class Fraction;
class SwPrintData;
class SwPagePreviewLayout;
-struct PrevwPage;
+struct PreviewPage;
class SwTxtFrm;
// --> OD #i76669#
namespace sdr { namespace contact {
@@ -96,7 +96,7 @@ class SwViewImp
sal_uInt16 nRestoreActions ; //Die Anzahl der zu restaurierenden Actions (UNO)
SwRect aSmoothRect;
- SwPagePreviewLayout* mpPgPrevwLayout;
+ SwPagePreviewLayout* mpPgPreviewLayout;
/**
Returns if printer shall be stopped.
@@ -232,7 +232,7 @@ public:
inline SwPagePreviewLayout* PagePreviewLayout()
{
- return mpPgPrevwLayout;
+ return mpPgPreviewLayout;
}
// Is this view accessible?
@@ -276,10 +276,10 @@ public:
// update data for accessible preview
// change method signature due to new page preview functionality
- void UpdateAccessiblePreview( const std::vector<PrevwPage*>& _rPrevwPages,
+ void UpdateAccessiblePreview( const std::vector<PreviewPage*>& _rPreviewPages,
const Fraction& _rScale,
const SwPageFrm* _pSelectedPageFrm,
- const Size& _rPrevwWinSize );
+ const Size& _rPreviewWinSize );
void InvalidateAccessiblePreViewSelection( sal_uInt16 nSelPage );