summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-03 15:47:58 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-03 15:47:58 +0100
commit4026cf4be84dd34e913463c728112a99c6ef17e5 (patch)
treea65cc16eb68bd6583e88c09dd48201b4685e6f82
parent2d8cb19057e81f4f3297ffac803e11c6cb84b3db (diff)
fix build
-rw-r--r--sw/source/ui/uno/unotxdoc.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 02d8ae79ed29..748300bda8e0 100644
--- a/sw/source/ui/uno/unotxdoc.cxx
+++ b/sw/source/ui/uno/unotxdoc.cxx
@@ -1070,7 +1070,6 @@ void SwXTextDocument::setPagePrintSettings(const Sequence< beans::PropertyValue
{
SwPagePreViewPrtData aData;
//if only a few properties are coming, then use the current settings
-falls nur einige Properties kommen, dann die akt. Einstellungen benutzen
const SwPagePreViewPrtData* pData = pDocShell->GetDoc()->GetPreViewPrtData();
if(pData)
aData = *pData;