diff options
author | Armin Le Grand <alg@apache.org> | 2013-04-29 09:00:23 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2013-04-29 09:00:23 +0000 |
commit | 4b45fdde6ca810ee34d817beda6880c41978756c (patch) | |
tree | b7f617012ee4381e1edcf18656d261ba90d092d1 /sd/inc | |
parent | 4484a62e0365fc36cc2a9e3ad1c71749d260d4d0 (diff) |
i122120 WaE corrections, missing definition in sd
Notes
Notes:
prefer: c8dc73720883333a13187865cd0d69b64af6b4b5
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdabstdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index de6583041aa4..538c80a540ba 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -65,6 +65,8 @@ class Window; class SdPage; class TabPage; class ViewShell; +class XColorList; +typedef ::boost::shared_ptr< XColorList > XColorListSharedPtr; class AbstractCopyDlg : public VclAbstractDialog //add for CopyDlg { |