diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-29 20:39:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-29 21:29:31 -0500 |
commit | f532752756c81a295116b0889fe4e9d31b7c3bb6 (patch) | |
tree | 3a0fc8dfb93def468e2641ab6a5012c79bc18b45 /cui | |
parent | dffb58f927ed68b58de1d5d6ad0df6549eb21d70 (diff) |
Remove unused method & remove header include by using forward declaration.
Also, SvViewDataEntry has lost one friend.
Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 72e9097284a9..1db51dc8bf8a 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -45,6 +45,7 @@ #include <svtools/miscopt.hxx> #include <svtools/svlbitm.hxx> #include "svtools/treelistentry.hxx" +#include "svtools/viewdataentry.hxx" #include <tools/diagnose_ex.h> #include <toolkit/unohlp.hxx> diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index c0ec8004e312..0c4e1e01d2d7 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -28,6 +28,7 @@ #include <svtools/svlbitm.hxx> #include <svtools/treelistbox.hxx> #include "svtools/treelistentry.hxx" +#include "svtools/viewdataentry.hxx" #include <vcl/wrkwin.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> |