diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-16 22:57:56 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-16 22:57:56 +0200 |
commit | 449cd590b6d1bafba18cbdb39398bd98aa72e73f (patch) | |
tree | 037849adc2cd850f83ead78ca833dd14d71abe5b /svl/source/filepicker | |
parent | 8765a3bf9f2926a50d0f644e4263782269abe023 (diff) |
CWS gnumake2: move delivered header files in from svl/inc to svl/inc/svl; remove ununsed files; rename svs.res to svl.res
Diffstat (limited to 'svl/source/filepicker')
-rw-r--r-- | svl/source/filepicker/pickerhelper.cxx | 2 | ||||
-rw-r--r-- | svl/source/filepicker/pickerhistory.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/filepicker/pickerhelper.cxx b/svl/source/filepicker/pickerhelper.cxx index cda263338d5d..66fb2482fbe0 100644 --- a/svl/source/filepicker/pickerhelper.cxx +++ b/svl/source/filepicker/pickerhelper.cxx @@ -31,7 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svl.hxx" -#include "pickerhelper.hxx" +#include <svl/pickerhelper.hxx> #include "rtl/ustring.hxx" #include "com/sun/star/ui/dialogs/XFilePicker.hpp" #include "com/sun/star/ui/dialogs/XFolderPicker.hpp" diff --git a/svl/source/filepicker/pickerhistory.cxx b/svl/source/filepicker/pickerhistory.cxx index 5cc12779f0b5..9f8601c641a8 100644 --- a/svl/source/filepicker/pickerhistory.cxx +++ b/svl/source/filepicker/pickerhistory.cxx @@ -30,8 +30,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svl.hxx" -#include "pickerhistory.hxx" -#include "pickerhistoryaccess.hxx" +#include <svl/pickerhistory.hxx> +#include <svl/pickerhistoryaccess.hxx> #include <cppuhelper/weakref.hxx> #include <vector> |