[Libreoffice-commits] core.git: sw/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Mar 3 06:49:13 PST 2013


 sw/source/ui/uno/unotxdoc.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4026cf4be84dd34e913463c728112a99c6ef17e5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Mar 3 15:47:58 2013 +0100

    fix build

diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx
index 02d8ae7..748300b 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;


More information about the Libreoffice-commits mailing list