summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/impgrf.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:17:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:17:03 +0000
commitb717f1e6b695d3631fcf9b69f23eeb334cfb04bf (patch)
tree2be3f6a754bf4c276d397796735dd0eb7379c740 /svx/source/dialog/impgrf.cxx
parentINTEGRATION: CWS warnings01 (1.7.220); FILE MERGED (diff)
downloadcore-b717f1e6b695d3631fcf9b69f23eeb334cfb04bf.tar.gz
core-b717f1e6b695d3631fcf9b69f23eeb334cfb04bf.zip
INTEGRATION: CWS warnings01 (1.21.220); FILE MERGED
2006/04/20 14:49:38 cl 1.21.220.1: warning free code changes
Diffstat (limited to 'svx/source/dialog/impgrf.cxx')
-rw-r--r--svx/source/dialog/impgrf.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/source/dialog/impgrf.cxx b/svx/source/dialog/impgrf.cxx
index acbcf291ff98..3c3508c6164f 100644
--- a/svx/source/dialog/impgrf.cxx
+++ b/svx/source/dialog/impgrf.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impgrf.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:21:52 $
+ * last change: $Author: hr $ $Date: 2006-06-19 15:17:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,8 +69,6 @@
#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX
#include <unotools/localfilehelper.hxx>
#endif
-#pragma hdrstop
-
#include <ucbhelper/content.hxx>
#include <osl/file.hxx>
@@ -104,8 +102,6 @@ GraphicFilter* GetGrfFilter()
// -----------------------------------------------------------------------
-#pragma optimize( "", off )
-
int LoadGraphic( const String &rPath, const String &rFilterName,
Graphic& rGraphic, GraphicFilter* pFilter,
USHORT* pDeterminedFormat )
@@ -165,5 +161,3 @@ int LoadGraphic( const String &rPath, const String &rFilterName,
return nRes;
}
-#pragma optimize( "", on )
-