summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/inc/res_Titles.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/res_Titles.hxx')
-rw-r--r--chart2/source/controller/inc/res_Titles.hxx22
1 files changed, 15 insertions, 7 deletions
diff --git a/chart2/source/controller/inc/res_Titles.hxx b/chart2/source/controller/inc/res_Titles.hxx
index 7b5596c26191..a7a2eba57277 100644
--- a/chart2/source/controller/inc/res_Titles.hxx
+++ b/chart2/source/controller/inc/res_Titles.hxx
@@ -21,23 +21,31 @@
#include "TitleDialogData.hxx"
template <typename Arg, typename Ret> class Link;
-namespace weld { class Builder; }
-namespace weld { class Entry; }
-namespace weld { class Label; }
+namespace weld
+{
+class Builder;
+}
+namespace weld
+{
+class Entry;
+}
+namespace weld
+{
+class Label;
+}
namespace chart
{
-
class TitleResources final
{
public:
TitleResources(weld::Builder& rParent, bool bShowSecondaryAxesTitle);
~TitleResources();
- void writeToResources( const TitleDialogData& rInput );
- void readFromResources( TitleDialogData& rOutput );
+ void writeToResources(const TitleDialogData& rInput);
+ void readFromResources(TitleDialogData& rOutput);
- void connect_changed( const Link<weld::Entry&,void>& rLink );
+ void connect_changed(const Link<weld::Entry&, void>& rLink);
bool get_value_changed_from_saved() const;
void save_value();