Kaydet (Commit) 4e0d2fcd authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) David Tardon

BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.

Change-Id: I36fc3ce26b129b11fc2d6d2829a146b3fa57b783
Reviewed-on: https://gerrit.libreoffice.org/15267Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 17d714ee
This diff is collapsed.
...@@ -65,7 +65,6 @@ public: ...@@ -65,7 +65,6 @@ public:
void SetErrorStr( const OUString& rStr) { aErrStr = rStr; } void SetErrorStr( const OUString& rStr) { aErrStr = rStr; }
}; };
class BasicLibs;
class ErrorManager; class ErrorManager;
class BasicLibInfo; class BasicLibInfo;
...@@ -120,7 +119,6 @@ class BASIC_DLLPUBLIC BasicManager : public SfxBroadcaster ...@@ -120,7 +119,6 @@ class BASIC_DLLPUBLIC BasicManager : public SfxBroadcaster
friend class ::basic::ImplRepository; friend class ::basic::ImplRepository;
private: private:
BasicLibs* pLibs;
std::vector<BasicError> aErrors; std::vector<BasicError> aErrors;
OUString aName; OUString aName;
...@@ -141,7 +139,7 @@ protected: ...@@ -141,7 +139,7 @@ protected:
void LoadOldBasicManager( SotStorage& rStorage ); void LoadOldBasicManager( SotStorage& rStorage );
bool ImplLoadBasic( SvStream& rStrm, StarBASICRef& rOldBasic ) const; bool ImplLoadBasic( SvStream& rStrm, StarBASICRef& rOldBasic ) const;
bool ImplEncryptStream( SvStream& rStream ) const; bool ImplEncryptStream( SvStream& rStream ) const;
BasicLibInfo* FindLibInfo( StarBASIC* pBasic ) const; BasicLibInfo* FindLibInfo( StarBASIC* pBasic );
void CheckModules( StarBASIC* pBasic, bool bReference ) const; void CheckModules( StarBASIC* pBasic, bool bReference ) const;
virtual ~BasicManager(); virtual ~BasicManager();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment