summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 13:08:46 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 13:08:46 +0000
commit463e406877453c6d29451e582cc0d87d905d12e0 (patch)
treeb81acce4695d19b242d804b750cd642a9f5e71d3
parent68fb99b894ce85b39185c2c847bce5101465568b (diff)
INTEGRATION: CWS mingwport06 (1.7.466); FILE MERGED
2007/08/24 13:26:03 vg 1.7.466.1: #i75499# pragma is for MSVC
-rw-r--r--sw/source/ui/uno/SwXPrintPreviewSettings.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/uno/SwXPrintPreviewSettings.hxx b/sw/source/ui/uno/SwXPrintPreviewSettings.hxx
index c60c8ef15d5f..1573e490dd35 100644
--- a/sw/source/ui/uno/SwXPrintPreviewSettings.hxx
+++ b/sw/source/ui/uno/SwXPrintPreviewSettings.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwXPrintPreviewSettings.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 17:59:17 $
+ * last change: $Author: kz $ $Date: 2007-09-06 14:08:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,7 +38,9 @@
#ifdef PRECOMPILED
#include "ui_pch.hxx"
#endif
+#ifdef _MSC_VER
#pragma hdrstop
+#endif
#ifndef _COMPHELPER_CHAINABLEPROPERTYSET_HXX_
#include <comphelper/ChainablePropertySet.hxx>