summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-13 18:27:59 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-13 22:21:07 -0500
commit166053646aff23f93ad3704cde05b9bda20e171c (patch)
treef1cb53e5fd1cf3651b5171de7028890c6f2cb771 /sw/source/ui/inc/optpage.hxx
parentSvStringsDtor->std::vector (diff)
downloadcore-166053646aff23f93ad3704cde05b9bda20e171c.tar.gz
core-166053646aff23f93ad3704cde05b9bda20e171c.zip
SvStringsDtor->std::vector
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index fd66d0331f1b..010fe0071193 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -41,7 +41,6 @@
#include <svtools/ctrlbox.hxx>
#include <svx/fntctrl.hxx>
#include <fontcfg.hxx>
-class SvStringsDtor;
class SfxPrinter;
class SwWrtShell;
class FontList;
@@ -148,7 +147,7 @@ public:
virtual sal_Bool FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
- void SetFax( const SvStringsDtor& );
+ void SetFax( const std::vector<String>& );
void SelectFax( const String& );
void SetPreview(sal_Bool bPrev);
virtual void PageCreated (SfxAllItemSet aSet);