summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:50:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 19:50:01 +0000
commitfbf4832465cf2427837db39b5c1cceea4e484be2 (patch)
tree330df1db7d005244b8cd9dc38cb5a526c7cbe4b0 /vcl
parent1523f6e0adee7eb54d5cbee9bbb4f5e53dc95240 (diff)
INTEGRATION: CWS vgbugs07 (1.145.52); FILE MERGED
2007/06/04 13:29:59 vg 1.145.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/gdi/salgdi3.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/source/gdi/salgdi3.cxx b/vcl/unx/source/gdi/salgdi3.cxx
index af38f62e52c0..e18a9f9d643c 100644
--- a/vcl/unx/source/gdi/salgdi3.cxx
+++ b/vcl/unx/source/gdi/salgdi3.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: salgdi3.cxx,v $
*
- * $Revision: 1.146 $
+ * $Revision: 1.147 $
*
- * last change: $Author: kz $ $Date: 2007-06-20 10:15:04 $
+ * last change: $Author: hr $ $Date: 2007-06-27 20:50:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,7 @@
#include <pspgraphics.h>
#endif
#ifndef _SV_SALFRAME_HXX
-#include <salframe.hxx>
+#include <vcl/salframe.hxx>
#endif
#ifndef _SV_SALVD_H
#include <salvd.h>
@@ -93,7 +93,7 @@
#include "xfont.hxx"
#endif
#ifndef _SV_IMPFONT_HXX
-#include <impfont.hxx>
+#include <vcl/impfont.hxx>
#endif
@@ -104,7 +104,7 @@
#include <psprint/fontmanager.hxx>
#include <psprint/jobdata.hxx>
#include <psprint/printerinfomanager.hxx>
-#include <svapp.hxx>
+#include <vcl/svapp.hxx>
#ifndef XLFD_ATTRIBUTE_HXX
#include "xlfd_attr.hxx"