diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-11-26 22:31:35 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-11-27 07:16:24 +0100 |
commit | 2b95775b0dd20e90bb6ec6925a6745b27cf032e6 (patch) | |
tree | 218c9b1550a5353d7c7b00019a013a7ad3d39797 /sc/inc | |
parent | 87a399a74cba1f4111fa326a1c8769d0ea9f8954 (diff) |
tdf#132145: Synchronize ScInputCfg with configuration
Change-Id: I45cc9b6c8cbd9205e185bebff97644f53f5cf0af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125896
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/inputopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/inputopt.hxx b/sc/inc/inputopt.hxx index 5f20276cbbc6..6a3261701cff 100644 --- a/sc/inc/inputopt.hxx +++ b/sc/inc/inputopt.hxx @@ -77,7 +77,7 @@ class ScInputCfg final : public ScInputOptions, public utl::ConfigItem { static css::uno::Sequence<OUString> GetPropertyNames(); - + void ReadCfg(); virtual void ImplCommit() override; public: |