diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-16 13:55:24 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-16 13:55:24 +0200 |
commit | 69929004c60c78e8022f89b002128f551dc0f8c7 (patch) | |
tree | 6d5c4439769b27f8c5fcbae0595bf20b09465542 /cui/source/options | |
parent | 1b192bd38a3695cc2965ece438d47d6f74958289 (diff) | |
parent | 6c07c7cad453e4ebb447577c7313323764d50ea9 (diff) |
dba33f: merge with m76-branch
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/dbregisterednamesconfig.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/options/dbregisterednamesconfig.cxx b/cui/source/options/dbregisterednamesconfig.cxx index 1c4f12b6eb75..38b9897ad4e9 100644 --- a/cui/source/options/dbregisterednamesconfig.cxx +++ b/cui/source/options/dbregisterednamesconfig.cxx @@ -38,8 +38,9 @@ #include <comphelper/processfactory.hxx> #include <svl/eitem.hxx> #include <svl/itemset.hxx> -#include <tools/diagnose_ex.h> +#include <unotools/pathoptions.hxx> #include <unotools/confignode.hxx> +#include <tools/diagnose_ex.h> //........................................................................ namespace svx |